Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MNG-8510] Remove Utils class from maven-di #2040

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gnodet
Copy link
Contributor

@gnodet gnodet commented Jan 10, 2025

No description provided.

@gnodet gnodet changed the title Remove Utils class from maven-di [MNG-8509] Remove Utils class from maven-di Jan 10, 2025
@gnodet gnodet requested a review from elharo January 10, 2025 21:12
@@ -382,4 +367,49 @@ public static <T> Binding<T> bindingFromConstructor(Key<T> key, Constructor<T> c

return binding.withKey(key);
}

public static void getDisplayString(StringBuilder sb, Object object) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two methods can now be private.

@elharo elharo changed the title [MNG-8509] Remove Utils class from maven-di [MNG-8510] Remove Utils class from maven-di Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants